Skip to main content

Initializing Your Account

onboarding architecture

Components:

  • Blockchain: The foundational technology facilitating various operations.
  • Escrow Contract Factory: The component responsible for creating escrow contracts.
  • Escrow Contract: A contract for holding funds or assets until specific conditions are met.
  • Agent Factory: The component responsible for creating agents.

Actions:

  1. Request to Create Escrow: A user initiates a request to create an escrow.
  2. Contract Creation: The Escrow Contract Factory creates a new contract.
  3. Notify User: The user is notified once the escrow contract is created.
  4. Map Created Escrow: The created escrow is mapped in the system.
  5. Notify User: The user is further notified about the mapping status.
  6. Request for Agent Creation: A request is made to create a new agent.
  7. Agent Creation: The Agent Factory creates a new agent.
  8. Notify User: The user is notified upon successful agent creation.
  9. Map Agent: The created agent is mapped in the system.

Note: This architecture is subject to change as the architecture evolves. Ensure that it is regularly updated to reflect the most current state of system's architecture.